Skip to content

Conversation

@robtaylor
Copy link
Contributor

Will close #32

@github-actions
Copy link

github-actions bot commented Mar 16, 2025

PR Preview Action v1.6.0
Preview removed because the pull request was closed.
2025-03-20 11:26 UTC

@github-actions
Copy link

github-actions bot commented Mar 16, 2025

Tests Skipped Failures Errors Time
93 0 💤 0 ❌ 0 🔥 1.781s ⏱️

@robtaylor robtaylor marked this pull request as ready for review March 17, 2025 20:39
@robtaylor robtaylor force-pushed the toml-to-pydantic branch 2 times, most recently from 476a890 to a47e4a5 Compare March 18, 2025 13:03
Copy link
Contributor Author

@robtaylor robtaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@robtaylor robtaylor requested review from gatecat and lanserge March 18, 2025 13:13
@robtaylor
Copy link
Contributor Author

robtaylor commented Mar 18, 2025 via email

- Remove unused variable assignment that was triggering F841 lint error
- Simply validate the config_dict without capturing the result

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@robtaylor
Copy link
Contributor Author

I fixed the lint error that was causing the CI to fail. The issue was an unused 'config' variable in init.py. I modified the code to simply validate the config_dict without capturing the result, which fixes the F841 lint error. All checks are now passing!

@robtaylor robtaylor merged commit 3048db3 into main Mar 20, 2025
4 checks passed
@robtaylor robtaylor deleted the toml-to-pydantic branch March 20, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert chipflow.toml parsing to Pydantic

3 participants